home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / msql-2.0.7-1 / release_notes < prev    next >
Text File  |  1999-01-01  |  2KB  |  64 lines

  1. Notes for  mSQL 2.0.4
  2. ----------------------
  3.  
  4. The default action for mSQL as of 2.0.4 is to deny access from remote
  5. machines.  To enable connections via the TCP socket edit the msql.conf
  6. file and set Remote_Access = True
  7.  
  8.  
  9. Notes for  mSQL 2.0.3
  10. ----------------------
  11.  
  12. There have been no modifications other than bug fixes.
  13.  
  14.  
  15.  
  16. Notes for  mSQL 2.0.2
  17. ----------------------
  18.  
  19. There have been no modifications other than bug fixes.
  20.  
  21.  
  22.  
  23.  
  24. Notes for  mSQL 2.0.1
  25. ----------------------
  26.  
  27. The data format, protocol, and API interface have not changed since the
  28. 2.0 ProdRel release.  Performance enhancements have been added to the
  29. API library so relinking of mSQL applications is advised although it is
  30. not required.  Any 2.0 ProdRel linked application will work without
  31. modification against the 2.0.1 server.
  32.  
  33.  
  34.  
  35. Notes for the Production Release of mSQL 2.0
  36. --------------------------------------------
  37.  
  38. No modification has been made to the data formats used by mSQL since the
  39. Beta 5 release.  You can safely install the production release over an
  40. existing mSQL 2.0 installation.
  41.  
  42. The API has been extended by including routines to manipulate the time
  43. and date formats used by mSQL.  You should re-link your applications
  44. against the new version of libmsql.a to access the new features.
  45.  
  46.  
  47.  
  48. Notes for the Beta 6 release of mSQL 2.0
  49. ----------------------------------------
  50.  
  51. The internal operations of the Lite VM have been modified although it
  52. should not impact upon libraries compiled with earlier versions of Lite.
  53.  
  54.  
  55.  
  56. Notes for the Beta 5 release of mSQL 2.0
  57. ----------------------------------------
  58.  
  59. Due to the redesign of the data storage format and the AVL index format,
  60. all tables must be dumped and reloaded when moving to the Beta 5 release
  61. from any previous release of the 2.0 code.  The redesign was required
  62. to facilitate 64bit alignment of the data for machines that enforce 64bit
  63. data accesses (such as the DEC Alpha).
  64.